home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1999 January / Designer's Club 1999 January.iso / pc / Idea Source / main.dir / 00110_exit2.ls < prev    next >
Encoding:
Text File  |  1998-12-11  |  230 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound(2, "button")
  3.   set the visible of sprite (the spriteNum of me - 6) to 0
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp me
  8.   set the visible of sprite (the spriteNum of me - 6) to 1
  9.   updateStage()
  10.   go("exit2")
  11. end
  12.